home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
python-support
/
python2.6
/
rdflib
/
FileInputSource.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-04-20
|
875 b
|
18 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
from xml.sax.xmlreader import InputSource
class FileInputSource(InputSource, object):
def __init__(self, file):
super(FileInputSource, self).__init__(`file`)
self.file = file
self.setByteStream(file)
def __repr__(self):
return `self.file`